'Declaration
Public Function GetBlockLeft( _ ByVal SegmentationResultID As String, _ ByVal BlockIdx As Integer _ ) As Integer
public int GetBlockLeft( string SegmentationResultID, int BlockIdx )
public function GetBlockLeft( SegmentationResultID: String; BlockIdx: Integer ): Integer;
public function GetBlockLeft( SegmentationResultID : String, BlockIdx : int ) : int;
public: int GetBlockLeft( string* SegmentationResultID, int BlockIdx )
public: int GetBlockLeft( String^ SegmentationResultID, int BlockIdx )
Parameters
- SegmentationResultID
- BlockIdx